func github.com/vmihailenco/msgpack/v5.bytesToString

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_string.go#L121: 	return bytesToString(b), nil
		unsafe.go#L10: func bytesToString(b []byte) string {